php forum
php mysql forum
php mysql smarty
 
Page 1 of 2 1 2 >
Topic Options
#232083 - 01/06/03 08:31 PM [6.2] Online User Info
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
What this will do is allow you to view the user agent string and referer information of an anonymous user provided there is any. If there is referer information an icon will be displayed that provides a link to the location the anonymous user came from. The referer information is also displayed in the "alt" display of the icon by mousing over it. User agent information is intersting as you can see if it's a google bot browsing your site or whatnot. (not always though) <br /> <br />Update: Admins can view user's current IP addresses by mousing over the link to their profiles. <br /> <br /> <br />Note: For those that have had this modification installed prior you can skip the first two alter table commands in the instructions. <br /> <br /> <br />Download the zip, follow the instructions, use. <img src="/forum/images/graemlins/smile.gif" alt="" /> <br />


Attachments
63900-online-userinfo.6.2 Folder.zip (118 downloads)



Edited by JoshPet (02/20/03 01:39 AM)
_________________________
~Dave
ChattersOnline.com

Top
#232084 - 01/06/03 09:07 PM Re: [6.2] Online User Info [Re: sjsaunders]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Thanks Dave. I've missed this one and was on my list to update. But that list gets soooo long. LOL
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#232085 - 01/11/03 06:14 PM Re: [6.2] Online User Info [Re: Daine]
SchoolScandals Offline
Journeyman

Registered: 07/27/02
Posts: 138
Any way to make this work with 6.1.1?

Top
#232086 - 01/11/03 06:21 PM Re: [6.2] Online User Info [Re: TestPappy]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
It may just work as is but I can't say for sure. I don't have 6.1.1 running anywhere to test it on but someone else may have done so.<br /><br />Anyone tried installing this on an older version of .threads?
_________________________
~Dave
ChattersOnline.com

Top
#232087 - 01/11/03 09:58 PM Re: [6.2] Online User Info [Re: sjsaunders]
Lisa_P Offline
Enthusiast

Registered: 03/09/02
Posts: 329
Loc: Michigan, USA
I installed the version you posted before on 6.1.1 and it works fine. <img src="/forum/images/graemlins/smile.gif" alt="" /> <br /> <br />Should have mentioned - this was without the update allowing admins to see IP's of registered users.


Edited by Lisa_P (01/11/03 10:20 PM)
_________________________
[:"red"]Lisa[/]

Top
#232088 - 01/11/03 10:24 PM Re: [6.2] Online User Info [Re: JacquiL]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
So there may be a good chance that this one would work just as well? Thanks Lisa <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
~Dave
ChattersOnline.com

Top
#232089 - 01/29/03 02:02 PM Re: [6.2] Online User Info [Re: sjsaunders]
BryanDS Offline
Junior Member

Registered: 11/15/01
Posts: 135
This is when no one is logged on. <br /> <br /> []http://www.dancesafe.org/bryan/mixup2.jpg[/] <br /> <br />This is when Im logged in. <br /> <br /> <br />[]http://www.dancesafe.org/bryan/mixup.jpg[/] <br /> <br />All the labels (last activity, user, agent etc) are messed up.. <br /> <br />Only happened after this hack.. <br /> <br />Anyone else hit this? <br /> <br /> <br />

Top
#232090 - 01/29/03 02:50 PM Re: [6.2] Online User Info [Re: nonomen]
ChAoS_dup1 Offline
Code Monkey

Registered: 11/15/02
Posts: 576
Loc: Great Northwest
Is your default Stylesheet setting (config.inc.php) the same as your user Stylesheet setting in "My Home"? <br /> <br />I may be way off here


Edited by ChAoS (01/29/03 02:52 PM)
_________________________
ChAoS
Emerald Forest Gaming Servers
Official STFU Thread


Top
#232091 - 01/29/03 04:18 PM Re: [6.2] Online User Info [Re: barbiro]
BryanDS Offline
Junior Member

Registered: 11/15/01
Posts: 135
nope, but this problem is occurring to everyone...<br />

Top
#232092 - 01/29/03 05:35 PM Re: [6.2] Online User Info [Re: nonomen]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
Go over your code and perhaps start over with the online.php page and online.tmpl files. I have applied the code on 3 sites with no problems. The only minor error is a missing class=\"tdheader\" which I'll append the instructions with shortly but this isn't what would be causing your current display errors.
_________________________
~Dave
ChattersOnline.com

Top
#232093 - 01/29/03 06:08 PM Re: [6.2] Online User Info [Re: sjsaunders]
dimopoulos Offline
Kahuna

Registered: 08/18/02
Posts: 1271
Loc: Vienna, Austria
Bryan<br /><br />There must be an error with the application of this modification. I noticed that on your top list you have the registered users with a header Anonymous users and at the bottom screen you have the same thing.<br /><br />Am I mistaken or these are 4 different screenshots?<br /><br />Warm regards<br /><br />Nikos
_________________________
Nikos

Top
#232094 - 01/29/03 06:11 PM Re: [6.2] Online User Info [Re: Hal_dup2]
BryanDS Offline
Junior Member

Registered: 11/15/01
Posts: 135
Nope just two.<br /><br />Ill go through it again

Top
#232095 - 01/29/03 06:31 PM Re: [6.2] Online User Info [Re: nonomen]
dimopoulos Offline
Kahuna

Registered: 08/18/02
Posts: 1271
Loc: Vienna, Austria
If it's just two then the error most probably lies in the template file. The first table should not show referrer information and it should have the heading of Registered users, while the second table is for the anonymous ones.<br /><br />Warm regards<br /><br />Nikos
_________________________
Nikos

Top
#232096 - 02/20/03 01:40 AM Re: [6.2] Online User Info [Re: sjsaunders]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I know JustDave never minds me updating/documenting any of his stuff.<br /><br />I updated this zip.... adding a class=\"tdheader\" to the referer column in online.php. Otherwise it looked goofy places like here. <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#232097 - 02/20/03 01:59 AM Re: [6.2] Online User Info [Re: Daine]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Just a Kudos to Dave... this is one of the greatest hacks.<br /><br />We'd been without it at measurection since the 6.2 upgrade. I never got around to adding it. <img src="/forum/images/graemlins/smile.gif" alt="" /> Finally the site's owner asked me about it.... <br /><br />It's great fun to see where your anonymous traffic comes from.... and sometimes in the URL you can even see what keywords they were searching for. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#232098 - 02/20/03 12:36 PM Re: [6.2] Online User Info [Re: sjsaunders]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
Well done JustDave! <img src="/forum/images/graemlins/cool.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#232099 - 02/20/03 08:08 PM Re: [6.2] Online User Info [Re: Daine]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
Not sure what happened... I don't show any guests now that I have this hack. I added it after having whos online on every page hack. Conflict?

Top
#232100 - 02/20/03 08:31 PM Re: [6.2] Online User Info [Re: Kelly]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Hmmmm working right on my site with the who's online on every page. The two hacks really don't touch the same code. <br /> <br />I'd retrace your steps... and see if you replaced where you should have added etc....
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#232101 - 02/20/03 08:44 PM Re: [6.2] Online User Info [Re: Daine]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
I placed the original files back in from whos online and it has the guests showing again. But they don't have the referrer or user agent. Gonna see if I can find a mistake I made.. adding the user info hack.<br /><br />The only file I see them sharing is the ubbt.inc.php...hmm<br /><br />

Top
#232102 - 02/20/03 09:11 PM Re: [6.2] Online User Info [Re: Kelly]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Did you do the database alteration?
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
Page 1 of 2 1 2 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks